home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / VirtualLight / VLight1.3win32.exe / Examples / Level1 / Dispmap2.vib < prev    next >
Encoding:
Text File  |  2002-10-07  |  475 b   |  23 lines

  1. // VirtuaLight VIB-Structure
  2.  
  3. Camera [ (0,2,-5.5),(0,0.25,0),(0,1,0)
  4.  FieldOfView 40
  5.  Format(256,256)
  6.  FrameAspectRatio 1
  7. ]
  8.  
  9. Background '.098039, .098039, .392157'*2
  10.  
  11. PointLight [ (10,25,-25) Intensity '1,1,1'*0.6 ]
  12. PointLight [ (-15,16,-20) Intensity '1,1,1'*0.7 ]
  13.  
  14. Shape [
  15.  Superquadric(0.35,0.35)
  16.  Rotate(0, 25, 0)
  17.  DisplacementMapping (2.0 * N * displace_test2)
  18.  ShapeSubdivisions(48,48)
  19.  Met
  20. ]
  21.  
  22. Shape [ Disk((0,-1,0), (0,1,0), 200) veins_pattern ]
  23.